<?php
	// Template color
	if ($this->params->get('templateColor'))
	{
	?>
	<style type="text/css">
		header {
			background-color: <?php echo $this->params->get('templateColor');?>;
		}
		</style>
	<?php
	}
	?>